home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir34 / tapecv11.zip / TAPECV.DOC < prev    next >
Text File  |  1993-08-25  |  6KB  |  141 lines

  1.  
  2.                       User's Guide to TAPECV.EXE
  3.                               By Bob Lange
  4.  
  5. OVERVIEW:
  6.  
  7. A few months ago, I leaped at the chance to get a Colorado Trakker 250
  8. for my system at home.  I thought, "Gee, now I can stop playing the
  9. floppy shuffle!"  But then, after I had successfully converted several
  10. hundred diskettes to tape, an ugly daemon raised it's head.
  11.  
  12. In the past, I had struggled to keep track of my files on disk, and had
  13. eventually settled on using a shareware program that satisfied most of
  14. my needs.  The problem was, this program read file directories directly
  15. from diskette, and had no import capabilities.  Nor did it (or any other
  16. shareware file indexing software for that matter) read directories on
  17. tape.
  18.  
  19. The tape drive, on the other hand, had a rudimentary print routine, but
  20. it was cluttered with directory information, a la the DOS TREE program,
  21. and defied any simple, one-step process to convert the file information
  22. to a more usable format.
  23.  
  24. The few utilities that I had seen on bulletin boards that purported to
  25. do tape-specific file indexing were pitiful indeed.  One even trashed
  26. the directory on one of my tapes.  Beware of amateur programmer's
  27. attempts to read the Jumbo tape header; I lost dozens of megabytes by
  28. trusting someone else's claims trying this.
  29.  
  30. Colorado's BBS had little to offer in the way of hard-core information
  31. about how to access the tape header itself, so I turned to my own
  32. meager programming skills to solve the problem.  Hence TAPECV.
  33.  
  34.  
  35. PURPOSE:
  36.  
  37. This program reads the ASCII printed output from the Colorado Memory
  38. System's TAPE.EXE program from disk and generates a comma-separated file
  39. suitable for import into just about anybody's general database software.
  40.  
  41. Umm, might not be as clear as it should be.  Let me restate that.
  42.  
  43. You have to print a list of the files that are on a volume with Colorado
  44. Memory Systems' TAPE.EXE program for this program to process.  No other
  45. file can yield any results.
  46.  
  47. LEGALESE:
  48.  
  49.                                  TAPECV  V1.10
  50.  
  51.                         Copyright (c) 1993  by Bob Lange
  52.  
  53.                               All Rights Reserved
  54.  
  55.  
  56.                                    DISCLAIMER
  57.  
  58.             The  program author, Robert A. Lange, hereby  disclaims  all
  59.        warranties relating to this product, whether express or  implied,
  60.        including   without   limitation  any   implied   warranties   or
  61.        merchantability or fitness for a particular purpose.  The  author
  62.        cannot  and  will  not be liable  for  any  special,  incidental,
  63.        consequential, indirect or similar damages due to loss of data or
  64.        any  other  reason, even if the author has been  advised  of  the
  65.        possibility of such damages.  In no event shall the liability for
  66.        any  damages  ever exceed the price paid for the license  to  use
  67.        software, regardless of the form and/or extent of the claim.  The
  68.        user  of  this  program  bears all risk as  to  the  quality  and
  69.        performance of the software.
  70.  
  71. There!  Now that's out of the way.  Sheesh.
  72.  
  73.  
  74. PRICING:
  75.  
  76. None.  Nada.  Zilch.  I don't need money that bad, despite the fact that
  77. I'm an out-of-work programmer.  If you want to send me money, well,
  78. contact me and we'll work something out.  But this isn't freeware.  I
  79. reserve all rights, and will probably do so forever.
  80.  
  81.  
  82. INSTALLATION:
  83.  
  84. Stick the executable in your utilities or tools directory or anywhere on
  85. the path. Alternatively, you could stick it in the same directory that
  86. your Jumbo software is in.  No other files are necessary.
  87.  
  88. USING IT:
  89.  
  90. First, put a tape in the drive, then run the software that came with
  91. your Colorado Memory Systems tape drive (TAPE.EXE).  For you Windows
  92. users this is the tape menu icon.
  93.  
  94. To generate a listing for TAPECV to process, select "View" from the top
  95. line, then select "Tape Directory." (Whirr, whirr, whirr ...) The
  96. volumes recorded on the tape will appear in a scrolling window.  Select
  97. whichever volume you want to create a listing from with the mouse or
  98. cursor arrows.  Then select "View Dir."
  99.  
  100. The drive will position the tape to the volume's file directory. (Whirr,
  101. whirr, whirr ...) Now, select "Print Dir" and you will get an input
  102. screen that asks for a filename to be written to, and a redirection
  103. option.  Make sure that "Print to file" is 'X'ed and then select "OK" to
  104. begin printing.  It's very fast; don't blink, or you may miss it!
  105.  
  106. A cautionary note here:  Colorado's print routine does not check for the
  107. prior existance of a file, and does not append, so if you use the same
  108. name over and over (likely if you accept the default) only the last
  109. fileset printed will be printed on disk.
  110.  
  111. Now, execute TAPECV with the file to be processed on the command line in
  112. the following fashion:
  113.  
  114.         TAPECV foo.bar
  115.  
  116. No pretty graphics or sound effects will be generated.  A decimal point
  117. is printed to the screen for every valid filename found.  It will report
  118. success or failure, and if successful, a new file containing the
  119. comma-separated list of the files that were in that volume will be on
  120. your hard disk.
  121.  
  122. The program uses the source filename with an extension of ASC for the
  123. destination filename, so don't use ASC as an extension when naming the
  124. source file. There should be no problem with any filename that DOS
  125. considers legal, so be warned.
  126.  
  127. For your convenience, I have included the field names as the first
  128. record. The records extracted from the input file are as follows:
  129.  
  130. Filename, Extension, Date, Time, Size, Tape, Volume Number, and Volume Name.
  131.  
  132.  
  133. COMMUNICATE WITH ME:
  134.  
  135. This program has been tested with the printed output from Colorado
  136. Memory Systems TAPE.EXE (Trakker) version 3.06, and no other versions.
  137. Bug reports should be directed to me at one of the following resources:
  138.  
  139.         GEnie, where I am R.LANGE7
  140.         Aquila BBS (708) 820-8805 14.4, where I am Bob Lange
  141.